home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000387_TONYJ@scs.slac.stanford.edu _Tue Nov 24 03:54:05 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <TONYJ@scs.slac.stanford.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA18357; Tue, 24 Nov 92 03:54:05 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA01489; Tue, 24 Nov 92 04:06:56 +0100
  6. Date: Mon, 23 Nov 1992 19:06 PDT
  7. From: "Tony Johnson (415) 926 2278" <TONYJ@scs.slac.stanford.edu>
  8. Subject: Re: ScreenMode binaries, man page reader, experimental server
  9. To: www-talk@nxoc01.cern.ch
  10. Message-Id: <EAD9AE448020353A@SCS.SLAC.STANFORD.EDU>
  11. X-Envelope-To: www-talk@nxoc01.CERN.CH
  12. X-Vms-To: in%"www-talk@nxoc01.CERN.CH"
  13. X-Vms-Cc: TONYJ
  14.  
  15. Jim Whitescarver writes....
  16.  
  17. >We have an experimental server for our CWIS plus a special gateway
  18. >server.  The ScreenMode interface can still be access via telnet to
  19. >eies2.njit.edu with the login www.  You can try the manual page reader
  20. >their, or via http://eies2:1234/man.  We make extensive use of the <PRE>
  21. >tag for preformatted text.  Much of our hypertext, including the manual
  22. >pages, will not be formatted properly unless you use one of our readers,
  23. >or another reader modifies to support <PRE>.
  24.  
  25. If you are using the MidasWWW browser you can add support for the <pre> (and </pre>) tag 
  26. just by adding the following lines to the Midaswww.ad file
  27.  
  28. midaswww*WWWHyper*pre.font:    -*-courier-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
  29. midaswww*WWWHyper*pre.breakBefore:    SGMLBREAK_ALWAYS
  30. midaswww*WWWHyper*pre.breakAfter:    SGMLBREAK_ALWAYS
  31. midaswww*WWWHyper*pre.tagList:    SGMLAnchorText: a SGMLMarkerText: p
  32. midaswww*WWWHyper*pre.defaultClass:    SGMLPlainText
  33. midaswww*WWWHyper*pre*p.breakBefore:    SGMLBREAK_NEVER
  34.  
  35. and replacing the line beginning midaswww*WWWHyper*default.tagList: with
  36.  
  37. midaswww*WWWHyper*default.tagList:    SGMLMarkerText: p isindex nextid 
  38. SGMLCompositeText: address dl h1 h2 h3 h4 h5 h6 dir menu pre SGMLListText: ul SGMLText: 
  39. comment title SGMLPlainText: xmp listing plaintext SGMLAnchorText: a
  40.  
  41. (this should be all one line even though it is probably wrapped in the message you are 
  42. reading.) 
  43.  
  44. The "pre-formatted" man pages look good (try http://eies2.njit.edu:1234/man/cat for an 
  45. example).
  46.  
  47. Tony
  48.